| 2 | | getAllAgents | client/Admin/actions/Agent.js | 33 | fetch | GET | /api/agents/all?data=true |
| 3 | | getAllAgents | client/Admin/actions/Agent.js | 73 | fetch | GET | /api/confirms?type=invite |
| 4 | | getActionsUsers | client/Admin/actions/Agent.js | 104 | fetch | GET | /api/agents/actions/tenant/${language}?userIds=${userIds.toString()} |
| 5 | | inviteAgent | client/Admin/actions/Agent.js | 250 | XMLHttpRequest | | /api/invitation?host=${window.location.origin}${rootApp} |
| 6 | | updateAgent | client/Admin/actions/Agent.js | 314 | XMLHttpRequest | | /api/agent/ +idAgent |
| 7 | | updateRoleAgent | client/Admin/actions/Agent.js | 345 | XMLHttpRequest | | /api/agents/role/ +idAgent |
| 8 | | deleteAgent | client/Admin/actions/Agent.js | 380 | XMLHttpRequest | | /api/agent/revoke/${id} |
| 9 | | deleteAgentInvite | client/Admin/actions/Agent.js | 403 | XMLHttpRequest | | /api/confirm/${id} |
| 10 | | getContactGroupAgent | client/Admin/actions/Agent.js | 437 | fetch | GET | /api/agent/${idAgent}/contactgroups |
| 11 | | delAgentGroup | client/Admin/actions/Agent.js | 455 | fetch | DELETE | /api/contactgroup/${idGroup}/agents |
| 12 | | addAgentGroups | client/Admin/actions/Agent.js | 485 | fetch | POST | /api/agentgroup/${idAgent}/groups |
| 13 | | getDateAgentStatus | client/Admin/actions/Agent.js | 515 | fetch | GET | /api/agent/status/logs/date |
| 14 | | getAllAgentStatus | client/Admin/actions/Agent.js | 537 | fetch | GET | /api/agent/status/logs |
| 16 | | getAllApiKeys | client/Admin/actions/Api.js | 46 | fetch | GET | /api/api/keys |
| 17 | | createApiKey | client/Admin/actions/Api.js | 73 | fetch | POST | /api/api/key |
| 18 | | updateApiKey | client/Admin/actions/Api.js | 100 | fetch | GET | /api/api/key/ |
| 19 | | deleteApiKey | client/Admin/actions/Api.js | 120 | fetch | GET | /api/api/key/ |
| 20 | | getAllEndpoints | client/Admin/actions/Api.js | 135 | fetch | GET | /api/api/endpoints |
| 22 | | getAllButtons | client/Admin/actions/Button.js | 13 | fetch | GET | /api/button/buttons |
| 23 | | createButton | client/Admin/actions/Button.js | 40 | fetch | POST | /api/button/button |
| 24 | | deleteButton | client/Admin/actions/Button.js | 60 | fetch | GET | /api/button/button/ |
| 25 | | updateButton | client/Admin/actions/Button.js | 81 | fetch | GET | /api/button/button/ |
| 27 | | getCallLogs | client/Admin/actions/CallLog.js | 118 | fetch | GET | /api/activities?${query_str} |
| 28 | | getCallLogsToExport | client/Admin/actions/CallLog.js | 223 | fetch | GET | /api/activities/download?${query_str} |
| 29 | | countDetailLogs | client/Admin/actions/CallLog.js | 274 | fetch | GET | /api/activities/count?idAgent=${idAgent}&filter=${JSON.stringify(data)} |
| 30 | | searchContacts | client/Admin/actions/CallLog.js | 361 | XMLHttpRequest | | /api/contacts/search?q=${query}&page=${page}&idAgent=${idAgent} |
| 31 | | getContactGroups | client/Admin/actions/CallLog.js | 387 | fetch | GET | /api/contactgroups?page=${page}&limit=${limit} |
| 32 | | getContactGroups | client/Admin/actions/CallLog.js | 388 | fetch | GET | /api/contactgroups?page=${page}&limit=${limit}&idAgent=${idAgent} |
| 33 | | getRecord | client/Admin/actions/CallLog.js | 419 | fetch | GET | /api/record?activity_id=${activity_id}&contact_id=${contact_id} |
| 34 | | getTemplate | client/Admin/actions/CallLog.js | 439 | fetch | GET | /api/templates/all |
| 36 | | getContactFields | client/Admin/actions/ContactField.js | 13 | fetch | GET | /api/contactfields/all |
| 37 | | createContactField | client/Admin/actions/ContactField.js | 38 | fetch | POST | /api/contactfield |
| 38 | | delContactField | client/Admin/actions/ContactField.js | 64 | fetch | DELETE | /api/contactfield/ |
| 39 | | updateContactField | client/Admin/actions/ContactField.js | 89 | fetch | PUT | /api/contactfield/ |
| 41 | | getGroupFields | client/Admin/actions/GroupField.js | 13 | fetch | GET | /api/groupfields/all |
| 42 | | createGroupField | client/Admin/actions/GroupField.js | 37 | fetch | POST | /api/groupfield |
| 43 | | delGroupField | client/Admin/actions/GroupField.js | 63 | fetch | DELETE | /api/groupfield/ |
| 44 | | updateGroupField | client/Admin/actions/GroupField.js | 88 | fetch | PUT | /api/groupfield/ |
| 46 | | getAllTemplate | client/Admin/actions/Integration.js | 20 | fetch | GET | /api/integrations/templates |
| 47 | | createCustomTemplate | client/Admin/actions/Integration.js | 47 | fetch | POST | /api/integrations/template |
| 48 | | deleteTemplate | client/Admin/actions/Integration.js | 66 | fetch | GET | /api/integrations/template?id=${id} |
| 49 | | createIntegrationEndpoint | client/Admin/actions/Integration.js | 86 | fetch | POST | /api/integrations/endpoint |
| 50 | | updateIntegrationEndpoint | client/Admin/actions/Integration.js | 106 | fetch | POST | /api/integrations/endpoint?id=${id} |
| 51 | | getIntegrationEndpointByTemplate | client/Admin/actions/Integration.js | 125 | fetch | GET | /api/integrations/endpoints${params} |
| 52 | | deleteIntegrationEndpoint | client/Admin/actions/Integration.js | 151 | fetch | GET | /api/integrations/endpoint?id=${id} |
| 53 | | getIntegrator | client/Admin/actions/Integration.js | 170 | fetch | GET | /api/integrations/integrator${params} |
| 54 | | updateIntegrator | client/Admin/actions/Integration.js | 198 | fetch | POST | /api/integrations/integrator?id=${id} |
| 55 | | createIntegrator | client/Admin/actions/Integration.js | 217 | fetch | POST | /api/integrations/integrator |
| 56 | | deleteIntegrator | client/Admin/actions/Integration.js | 236 | fetch | GET | /api/integrations/integrator?id=${id} |
| 58 | | getRoles | client/Admin/actions/Role.js | 25 | fetch | GET | /api/agents/roles/${language}?limit=${limit}&page=${page} |
| 59 | | getNameRoles | client/Admin/actions/Role.js | 46 | fetch | GET | /api/roles |
| 60 | TransferAdmin | TransferAdmin | client/Admin/actions/Role.js | 85 | fetch | POST | /api/agent/admin/${idUser} |
| 61 | TransferAdmin | destroySession | client/Admin/actions/Role.js | 113 | fetch | POST | /destroy |
| 62 | PushAgentOut | PushAgentOut | client/Admin/actions/Role.js | 138 | fetch | POST | /pushout |
| 63 | PushAgentOut | createRole | client/Admin/actions/Role.js | 180 | fetch | POST | /api/agent/role/${idTenant} |
| 64 | PushAgentOut | updateRole | client/Admin/actions/Role.js | 241 | fetch | PUT | /api/agent/role/${idTenant}/${id} |
| 65 | PushAgentOut | deleteRole | client/Admin/actions/Role.js | 274 | fetch | DELETE | /api/agent/role/${idTenant}/${id} |
| 67 | | getSettings | client/Admin/actions/Setting.js | 11 | fetch | GET | /api/setting?type= |
| 68 | | updateSetting | client/Admin/actions/Setting.js | 33 | fetch | POST | /api/setting |
| 69 | | deleteSetting | client/Admin/actions/Setting.js | 61 | fetch | DELETE | /api/setting?type= |
| 71 | | createSipAccount | client/Admin/actions/SipAccount.js | 26 | XMLHttpRequest | | /api/sipaccount |
| 72 | | createSipAccounts | client/Admin/actions/SipAccount.js | 63 | XMLHttpRequest | | /api/sipaccounts |
| 73 | | getAllSipAccounts | client/Admin/actions/SipAccount.js | 91 | XMLHttpRequest | | /api/sipaccounts/all |
| 74 | | getAllUnassignedSipAccounts | client/Admin/actions/SipAccount.js | 110 | XMLHttpRequest | | /api/sipaccounts/all?unassigned=true |
| 75 | | deleteSipAccount | client/Admin/actions/SipAccount.js | 143 | fetch | DELETE | /api/sipaccount/ |
| 77 | | statisticsStatusLogs | client/Admin/actions/Statistics.js | 71 | fetch | GET | /api/agent/status/count?filter=${JSON.stringify(rest)} |
| 78 | | sumLogs | client/Admin/actions/Statistics.js | 122 | fetch | GET | /api/activities/sum?idAgent=${idAgent}&idTeam=${idTeam}&idRole=${idRole}&filter=${JSON.stringify(data)} |
| 79 | | countLogs | client/Admin/actions/Statistics.js | 169 | fetch | GET | /api/activities/count?idAgent=${idAgent}&idTeam=${idTeam}&idRole=${idRole}&filter=${JSON.stringify(data)} |
| 80 | | getCallLogs | client/Admin/actions/Statistics.js | 238 | fetch | GET | /api/activities?page=${page}&limit=50&by=admin${query}&query=${JSON.stringify(filter)} |
| 81 | | getChartData | client/Admin/actions/Statistics.js | 286 | fetch | GET | /api/activities/chart?idAgent=${idAgent}&idTeam=${idTeam}&idRole=${idRole}&filter=${JSON.stringify(data)} |
| 83 | | getTeams | client/Admin/actions/Team.js | 24 | fetch | GET | /api/teams/all/?limit=${limit}&page=${page} |
| 84 | | destroySession | client/Admin/actions/Team.js | 65 | fetch | POST | /destroy |
| 85 | PushAgentOut | | client/Admin/actions/Team.js | 111 | fetch | POST | /api/team |
| 86 | PushAgentOut | | client/Admin/actions/Team.js | 149 | fetch | PUT | /api/team/${id} |
| 87 | PushAgentOut | | client/Admin/actions/Team.js | 182 | fetch | DELETE | /api/team/${id} |
| 89 | | | client/Admin/actions/User.js | 27 | fetch | GET | /api/session |
| 90 | | | client/Admin/actions/User.js | 66 | fetch | GET | /api/agent/actions/user/${id}/${roleLevel}?name=${fullName} |
| 91 | | | client/Admin/actions/User.js | 118 | fetch | POST | /destroy |
| 92 | | | client/Admin/actions/User.js | 156 | fetch | PUT | /api/agent/actions/user/${id} |
| 94 | MailService | | client/Admin/components/MailService.js | 461 | fetch | POST | /api/invitation?host= |
| 96 | Status | | client/Admin/components/Status.js | 362 | fetch | GET | /api/agent/status/logs?date=${date} |
| 98 | | | client/Agent/actions/Activity.js | 86 | fetch | POST | /api/contact/${idContact}/activity |
| 99 | | | client/Agent/actions/Activity.js | 117 | fetch | POST | /api/activity |
| 100 | | | client/Agent/actions/Activity.js | 167 | fetch | DELETE | /api/contact/${contact}/activity/${id} |
| 101 | | | client/Agent/actions/Activity.js | 196 | fetch | GET | /api/contact/${id} |
| 102 | | | client/Agent/actions/Activity.js | 326 | fetch | GET | /api/activities?${query}${query2} |
| 103 | | | client/Agent/actions/Activity.js | 487 | fetch | GET | /api/activities?callTags=${callTags}&${querystring.stringify(params)}${query2} |
| 104 | | | client/Agent/actions/Activity.js | 555 | fetch | GET | /api/contact/${idContact}/activities/${query} |
| 105 | GetActivitiesOfContactFail | | client/Agent/actions/Activity.js | 609 | fetch | PUT | /api/contact/${idContact}/activity/${id} |
| 106 | GetActivitiesOfContactFail | | client/Agent/actions/Activity.js | 630 | fetch | PUT | /api/activity/${id} |
| 107 | GetActivitiesOfContactFail | | client/Agent/actions/Activity.js | 694 | fetch | GET | /api/record?activity_id=${activity_id}&contact_id=${contact_id} |
| 108 | GetActivitiesOfContactFail | | client/Agent/actions/Activity.js | 723 | fetch | DELETE | /api/activity/${idCalllog}/tags |
| 109 | GetActivitiesOfContactFail | | client/Agent/actions/Activity.js | 747 | fetch | POST | /api/activity/${idCalllog}/tags |
| 110 | GetActivitiesOfContactFail | | client/Agent/actions/Activity.js | 794 | fetch | GET | /api/templates/all |
| 111 | GetActivitiesOfContactFail | | client/Agent/actions/Activity.js | 829 | fetch | POST | /api/template |
| 112 | GetActivitiesOfContactFail | | client/Agent/actions/Activity.js | 853 | fetch | PUT | /api/template/${id} |
| 113 | GetActivitiesOfContactFail | | client/Agent/actions/Activity.js | 876 | fetch | DELETE | /api/template/${id} |
| 115 | | | client/Agent/actions/Agent.js | 32 | fetch | GET | /api/agents/all |
| 116 | | | client/Agent/actions/Agent.js | 94 | fetch | GET | /api/agents/all |
| 117 | | | client/Agent/actions/Agent.js | 146 | fetch | GET | /api/agent/${id} |
| 119 | | | client/Agent/actions/CallLog.js | 99 | XMLHttpRequest | | /api/calllog |
| 120 | | | client/Agent/actions/CallLog.js | 171 | fetch | POST | /api/log/jssip |
| 121 | | | client/Agent/actions/CallLog.js | 252 | XMLHttpRequest | | /api/activities?idAgent=${idAgent}&page=${page}&limit=${limit}&query=${JSON.stringify(filter)} |
| 122 | | | client/Agent/actions/CallLog.js | 346 | XMLHttpRequest | | /api/activities?idAgent=${idAgent}&page=${page}&limit=${limit}&query=${JSON.stringify(filter)} |
| 123 | | | client/Agent/actions/CallLog.js | 402 | XMLHttpRequest | | /api/contact/ |
| 124 | | | client/Agent/actions/CallLog.js | 450 | XMLHttpRequest | | /api/agent/ |
| 125 | | | client/Agent/actions/CallLog.js | 492 | XMLHttpRequest | | /api/contacts/search?on=phone&mode=exact&q= |
| 127 | | | client/Agent/actions/Contact.js | 83 | fetch | GET | /api/contact/${id}/groups?page=${page}&limit=${limit} |
| 128 | DelSelectContacts | | client/Agent/actions/Contact.js | 157 | fetch | POST | /api/contact |
| 129 | DelSelectContacts | | client/Agent/actions/Contact.js | 222 | XMLHttpRequest | POST | /api/contacts |
| 130 | DelSelectContacts | | client/Agent/actions/Contact.js | 336 | fetch | GET | /api/contacts? |
| 131 | DelSelectContacts | | client/Agent/actions/Contact.js | 452 | fetch | GET | /api/contacts? |
| 132 | DelSelectContacts | | client/Agent/actions/Contact.js | 499 | fetch | GET | /api/contacts? |
| 133 | DelSelectContacts | | client/Agent/actions/Contact.js | 598 | fetch | GET | /api/contact/${id} |
| 134 | DelSelectContacts | | client/Agent/actions/Contact.js | 647 | axios | PUT | /api/contact/${id} |
| 135 | DelSelectContacts | | client/Agent/actions/Contact.js | 696 | axios | DELETE | /api/contact/${id} |
| 136 | DelSelectContacts | | client/Agent/actions/Contact.js | 721 | axios | DELETE | /api/contacts/ |
| 137 | DelSelectContacts | | client/Agent/actions/Contact.js | 831 | XMLHttpRequest | GET | /api/contacts/search?q=${encodeURIComponent(query)}&page=${page}&idAgent=${idAgent}&group=${group} |
| 138 | DelSelectContacts | | client/Agent/actions/Contact.js | 907 | fetch | POST | /api/activities?page=${page}&limit=10&sort=duedate&query=${JSON.stringify() |
| 139 | DelSelectContacts | | client/Agent/actions/Contact.js | 973 | fetch | GET | /api/contacts?contactIDs=${JSON.stringify(contactIDs)} |
| 140 | DelSelectContacts | | client/Agent/actions/Contact.js | 1045 | fetch | GET | /api/vietguy/?phone=${phone}&sms=${sms} |
| 141 | DelSelectContacts | | client/Agent/actions/Contact.js | 1062 | fetch | GET | /api/nexmo/?phone=${phone}&sms=${sms} |
| 142 | DelSelectContacts | | client/Agent/actions/Contact.js | 1079 | fetch | POST | /api/fpt/push-brandname-otp |
| 143 | DelSelectContacts | | client/Agent/actions/Contact.js | 1098 | fetch | POST | /api/infobip?host=${host} |
| 144 | DelSelectContacts | | client/Agent/actions/Contact.js | 1165 | fetch | GET | /api/contactfields/all |
| 145 | DelSelectContacts | | client/Agent/actions/Contact.js | 1199 | fetch | POST | /api/contactfield |
| 146 | DelSelectContacts | | client/Agent/actions/Contact.js | 1224 | fetch | DELETE | /api/contactfield/ |
| 147 | DelSelectContacts | | client/Agent/actions/Contact.js | 1248 | fetch | PUT | /api/contactfield/ |
| 148 | DelSelectContacts | | client/Agent/actions/Contact.js | 1273 | fetch | GET | /api/groupfields/all |
| 149 | DelSelectContacts | | client/Agent/actions/Contact.js | 1340 | fetch | POST | /api/contacts/sheet?${params1} |
| 150 | DelSelectContacts | | client/Agent/actions/Contact.js | 1359 | fetch | POST | /api/contactgroups/${groupId}/sheet?${params1} |
| 152 | | | client/Agent/actions/ContactGroup.js | 68 | fetch | POST | /api/contactgroup |
| 153 | | | client/Agent/actions/ContactGroup.js | 115 | fetch | GET | /api/contactgroups?page=${page}&limit=${limit} |
| 154 | | | client/Agent/actions/ContactGroup.js | 116 | fetch | GET | /api/contactgroups?page=${page}&limit=${limit}&idAgent=${idAgent} |
| 155 | | | client/Agent/actions/ContactGroup.js | 138 | fetch | GET | /api/contactgroups?page=${page}&limit=${limit} |
| 156 | | | client/Agent/actions/ContactGroup.js | 139 | fetch | GET | /api/contactgroups?page=${page}&limit=${limit}&idAgent=${idAgent} |
| 157 | | | client/Agent/actions/ContactGroup.js | 161 | fetch | GET | /api/contactgroup/${id}/agents |
| 158 | | | client/Agent/actions/ContactGroup.js | 192 | fetch | POST | /api/contactgroup/${id}/agents |
| 159 | | | client/Agent/actions/ContactGroup.js | 225 | fetch | DELETE | /api/contactgroup/${id}/agents |
| 160 | | | client/Agent/actions/ContactGroup.js | 281 | fetch | GET | /api/contactgroups/search?q=${input}&page=${page}&limit=${limit} |
| 161 | | | client/Agent/actions/ContactGroup.js | 323 | fetch | GET | /api/contactgroup/${id} |
| 162 | | | client/Agent/actions/ContactGroup.js | 362 | fetch | PUT | /api/contactgroup/${id} |
| 163 | | | client/Agent/actions/ContactGroup.js | 404 | fetch | DELETE | /api/contactgroup/${id} |
| 164 | | | client/Agent/actions/ContactGroup.js | 459 | fetch | POST | /api/contactgroup/${id}/contacts |
| 165 | | | client/Agent/actions/ContactGroup.js | 500 | fetch | DELETE | /api/contactgroup/${id}/contacts |
| 166 | | | client/Agent/actions/ContactGroup.js | 566 | fetch | GET | /api/contactgroup/${id}/contacts? |
| 167 | | | client/Agent/actions/ContactGroup.js | 619 | fetch | GET | /api/contactgroup/${id}/contacts? |
| 168 | | | client/Agent/actions/ContactGroup.js | 657 | fetch | GET | /api/contactgroup/${id}/contacts?page=${page}&limit=${limit}&all=true& |
| 169 | | | client/Agent/actions/ContactGroup.js | 755 | fetch | GET | /api/contactgroup/${id}/contacts/search?q=${input.trim()}&limit=${limit}&page=${page}& |
| 170 | | | client/Agent/actions/ContactGroup.js | 810 | fetch | GET | /api/agents/roles/${language}?limit=${limit}&page=${page} |
| 171 | | | client/Agent/actions/ContactGroup.js | 840 | fetch | GET | /api/teams/all/?limit=${limit}&page=${page} |
| 173 | | | client/Agent/actions/ExportContact.js | 75 | fetch | POST | /api/exports?${querystring.stringify(params)} |
| 175 | | | client/Agent/actions/User.js | 40 | fetch | GET | /api/session |
| 176 | | | client/Agent/actions/User.js | 105 | fetch | GET | /api/agent/actions/user/${id}/${role}?name=${result.fullName} |
| 177 | | | client/Agent/actions/User.js | 168 | fetch | POST | /api/survey |
| 178 | | | client/Agent/actions/User.js | 189 | fetch | POST | /api/survey/form |
| 179 | | | client/Agent/actions/User.js | 220 | fetch | GET | /api/signout |
| 180 | UpdateCallingStatus | | client/Agent/actions/User.js | 256 | fetch | PUT | /api/agent/${data.idUser} |
| 182 | | | client/Agent/actions/integration.js | 11 | fetch | GET | /api/hubspot/contact/${phone} |
| 183 | | | client/Agent/actions/integration.js | 42 | fetch | POST | /api/hubspot/contact/ |
| 184 | | | client/Agent/actions/integration.js | 63 | fetch | GET | /api/hubspot/deals/recent?objectId=${id} |
| 185 | | | client/Agent/actions/integration.js | 78 | XMLHttpRequest | GET | /api/activities?${query} |
| 186 | | | client/Agent/actions/integration.js | 97 | fetch | POST | /api/integrator/search_contact_pipedrive?host=${host_url} |
| 187 | | | client/Agent/actions/integration.js | 110 | fetch | POST | /api/integrator/detail_contact_pipedrive?host=${host_url} |
| 188 | | | client/Agent/actions/integration.js | 122 | fetch | POST | /api/integrator/get_activities_pipedrive?host=${host_url} |
| 189 | | | client/Agent/actions/integration.js | 136 | fetch | POST | /api/integrator/get_deals_pipedrive?host=${host_url} |
| 190 | | | client/Agent/actions/integration.js | 151 | fetch | POST | /api/integrator/get_notes_pipedrive?host=${host_url} |
| 191 | | | client/Agent/actions/integration.js | 165 | fetch | POST | /api/integrator/create_person_pipedrive?host=${host_url} |
| 192 | | | client/Agent/actions/integration.js | 185 | fetch | GET | /api/mio/get-investor-by-phone?cell_phone=${phone} |
| 193 | | | client/Agent/actions/integration.js | 198 | XMLHttpRequest | GET | /api/activities?${query} |
| 194 | | | client/Agent/actions/integration.js | 213 | fetch | POST | /api/integrator/get_log_infobip?host=${host_url} |
| 195 | | | client/Agent/actions/integration.js | 263 | fetch | POST | /api/integrator/get_detail_zendesk?host=${host_url} |
| 196 | | | client/Agent/actions/integration.js | 276 | fetch | POST | /api/integrator/get_organization_zendesk?host=${host_url} |
| 197 | | | client/Agent/actions/integration.js | 289 | fetch | POST | /api/integrator/get_latest_ticket_zendesk?host=${host_url} |
| 198 | | | client/Agent/actions/integration.js | 302 | fetch | POST | /api/integrator/get_tickets_org_zendesk?host=${host_url} |
| 199 | | | client/Agent/actions/integration.js | 316 | fetch | POST | /api/integrator/search_contact_zendesk?host=${host_url} |
| 200 | | | client/Agent/actions/integration.js | 331 | fetch | POST | /api/integrator/create_ticket_zendesk?host=${host_url} |
| 201 | | | client/Agent/actions/integration.js | 351 | fetch | POST | /api/integrator/create_contact_bitrix?host=${host_url} |
| 202 | | | client/Agent/actions/integration.js | 368 | fetch | POST | /api/integrator/get_detail_bitrix?host=${host_url} |
| 203 | | | client/Agent/actions/integration.js | 381 | fetch | POST | /api/integrator/get_company_bitrix?host=${host_url} |
| 204 | SearchCompanyBitrix | | client/Agent/actions/integration.js | 394 | fetch | POST | /api/integrator/search_company_bitrix?host=${host_url} |
| 205 | SearchDealBitrix | | client/Agent/actions/integration.js | 408 | fetch | POST | /api/integrator/search_deal_bitrix?host=${host_url} |
| 206 | SearchCommentBitrix | | client/Agent/actions/integration.js | 422 | fetch | POST | /api/integrator/search_comment_bitrix?host=${host_url} |
| 207 | SearchCommentBitrix | | client/Agent/actions/integration.js | 437 | fetch | POST | /api/integrator/search_contact_bitrix?host=${host_url} |
| 208 | SearchCommentBitrix | | client/Agent/actions/integration.js | 456 | fetch | GET | /api/sapo/customers?query=${phone} |
| 209 | SearchCommentBitrix | | client/Agent/actions/integration.js | 481 | fetch | GET | /api/sapo/customers?query= |
| 210 | SearchCommentBitrix | | client/Agent/actions/integration.js | 491 | fetch | GET | /api/sapo/orders?customer_id=${id}&limit=250&status=completed |
| 211 | SearchCommentBitrix | | client/Agent/actions/integration.js | 502 | fetch | GET | /api/sapo/accounts/${id} |
| 212 | SearchCommentBitrix | | client/Agent/actions/integration.js | 514 | fetch | POST | /api/integrator/get_log_esms?host=${host_url} |
| 213 | SearchCommentBitrix | | client/Agent/actions/integration.js | 571 | fetch | POST | /api/integration/${template}/endpoint/${endpoint} |
| 215 | | | client/Agent/components/Activity.js | 1124 | fetch | GET | /api/contact/${self.props.e.idContact}/activities/${query} |
| 216 | | | client/Agent/components/Activity.js | 2734 | fetch | GET | /api/contact/${e.body.idContact}/activity/${e._id} |
| 217 | | | client/Agent/components/Activity.js | 7177 | fetch | GET | /api/phone?idAgent=${this.state.popupRemindedAgent}&phone=${phone[0].phone} |
| 218 | | | client/Agent/components/Activity.js | 7328 | fetch | GET | /api/phone?idAgent=${agentId}&phone=${self.props.listActivityChecked[i].phone} |
| 219 | | | client/Agent/components/Activity.js | 7757 | fetch | GET | /api/phone?idAgent=${this.state.remindedAgent}&phone=${phone[0].phone} |
| 220 | | | client/Agent/components/Activity.js | 9695 | fetch | GET | /api/contact/${e.body.idContact}/activity/${e._id} |
| 221 | | | client/Agent/components/Activity.js | 11044 | fetch | GET | /api/contact/${e.body.idContact}/activity/${e._id} |
| 223 | AudioComponent | | client/Agent/components/AudioComponent.js | 169 | fetch | GET | /api/record/cdr/${this.props.e.body.uuid}?wss=${this.props.e.body.wss.split(wss=${this.props.e.body.wss.split(":")[0]}&domain=${this.props.e.body.sip_uri.split("@")[1].split(":")[0]} |
| 225 | CallBox | | client/Agent/components/CallBox.js | 275 | fetch | GET | /api/signout |
| 226 | CallBox | | client/Agent/components/CallBox.js | 1277 | fetch | GET | /api/contacts/search?on=phone&mode=exact&q=${encodeURIComponent(phonenumber)} |
| 227 | CallBox | | client/Agent/components/CallBox.js | 1298 | fetch | GET | /api/phone?idAgent=${this.props.user._id}&phone=${phonenumber} |
| 228 | CallBox | | client/Agent/components/CallBox.js | 1955 | fetch | GET | /api/contact/${contacts[contacts.length - 1]._id}/groups?page=1&limit=20 |
| 229 | CallBox | | client/Agent/components/CallBox.js | 2537 | fetch | GET | /api/vinhtin/${display_name} |
| 230 | CallBox | | client/Agent/components/CallBox.js | 2627 | fetch | GET | /api/contacts/search?on=phone&mode=exact&q= |
| 231 | CallBox | | client/Agent/components/CallBox.js | 2949 | fetch | GET | /api/phone?phone=${target} |
| 234 | | | client/Anonymous/components/Confirm.js | 84 | XMLHttpRequest | GET | /api/confirm/ |
| 235 | | | client/Anonymous/components/Confirm.js | 106 | axios | PUT | /api/mail/ |
| 236 | | | client/Anonymous/components/Confirm.js | 204 | axios | POST | /api/signup |
| 237 | | | client/Anonymous/components/Confirm.js | 234 | axios | PUT | /api/forgetpassword/ |
| 238 | | | client/Anonymous/components/Confirm.js | 259 | axios | POST | /api/confirm |
| 240 | | | client/Anonymous/components/ForgetCallcenterName.js | 143 | XMLHttpRequest | POST | /api/forgetcallcentername?host= + window.location.origin+rootApp |
| 241 | | | client/Anonymous/components/ForgetPassword.js | 129 | XMLHttpRequest | POST | /api/forgetpassword?host=${window.location.origin}${rootApp} |
| 243 | | | client/Anonymous/components/PrivacyPolicy.js | 93 | axios | GET | /api/privacypolicy |
| 245 | | | client/Anonymous/components/SignIn.js | 160 | axios | POST | /api/signin |
| 246 | | | client/Anonymous/components/SignIn.js | 288 | fetch | GET | /api/signup |
| 248 | | | client/Anonymous/components/SignUp.js | 129 | XMLHttpRequest | POST | /api/confirm?${query_params} |
| 251 | | | client/config/sharedFunction.js | 50 | fetch | GET | /api/user/signout |
| 253 | | | client/utils/index.js | 37 | fetch | GET | /api/phone?phone=${phone} |